home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMWIZARDSTART / TFRMWIZARDSTART.txt
Text File  |  2006-04-19  |  4KB  |  188 lines

  1. object frmWizardStart: TfrmWizardStart
  2.   Left = 208
  3.   Top = 179
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 246
  7.   ClientWidth = 490
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblDescription: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 3
  24.     Height = 13
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clNavy
  27.     Font.Height = -12
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object lblMenuItems: TLabel
  33.     Left = 272
  34.     Top = 48
  35.     Width = 3
  36.     Height = 13
  37.     FocusControl = lbMenuItems
  38.   end
  39.   object lblAvailableitems: TLabel
  40.     Left = 8
  41.     Top = 48
  42.     Width = 3
  43.     Height = 13
  44.     FocusControl = lbAvailableItems
  45.   end
  46.   object btnAdd: TSpeedButton
  47.     Left = 207
  48.     Top = 90
  49.     Width = 46
  50.     Height = 23
  51.     Hint = 'Add'
  52.     Glyph.Data = {
  53.       DE000000424DDE0000000000000076000000280000000E0000000D0000000100
  54.       0400000000006800000000000000000000001000000010000000000000000000
  55.       80000080000000808000800000008000800080800000C0C0C000808080000000
  56.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777707777
  57.       7700777777700777770077777770707777007777777077077700000000007770
  58.       77000777777777770700077777777777F0000FFFFFFF777F07000000000077F0
  59.       7700777777707F07770077777770F07777007777777007777700777777707777
  60.       7700}
  61.     ParentShowHint = False
  62.     ShowHint = True
  63.     OnClick = btnAddClick
  64.   end
  65.   object btnRemove: TSpeedButton
  66.     Left = 207
  67.     Top = 126
  68.     Width = 46
  69.     Height = 23
  70.     Hint = 'Remove'
  71.     Glyph.Data = {
  72.       DE000000424DDE0000000000000076000000280000000E0000000D0000000100
  73.       0400000000006800000000000000000000001000000010000000000000000000
  74.       80000080000000808000800000008000800080800000C0C0C000808080000000
  75.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777077777
  76.       7700777770077777770077770707777777007770770777777700770777000000
  77.       000070777777777770000F7777777777700070F777FFFFFFF000770F77000000
  78.       00007770F7077777770077770F07777777007777700777777700777777077777
  79.       7700}
  80.     ParentShowHint = False
  81.     ShowHint = True
  82.     OnClick = btnRemoveClick
  83.   end
  84.   object Bevel: TBevel
  85.     Left = 8
  86.     Top = 25
  87.     Width = 476
  88.     Height = 3
  89.   end
  90.   object Bevel1: TBevel
  91.     Left = 8
  92.     Top = 202
  93.     Width = 476
  94.     Height = 3
  95.   end
  96.   object lbMenuItems: TListBox
  97.     Left = 272
  98.     Top = 64
  99.     Width = 180
  100.     Height = 122
  101.     HelpContext = 1009
  102.     ItemHeight = 13
  103.     MultiSelect = True
  104.     TabOrder = 1
  105.     OnClick = lbMenuItemsClick
  106.   end
  107.   object lbAvailableItems: TListBox
  108.     Left = 8
  109.     Top = 64
  110.     Width = 180
  111.     Height = 122
  112.     HelpContext = 1008
  113.     ItemHeight = 13
  114.     MultiSelect = True
  115.     Sorted = True
  116.     TabOrder = 0
  117.     OnClick = lbAvailableItemsClick
  118.   end
  119.   object btnUp: TBitBtn
  120.     Left = 462
  121.     Top = 143
  122.     Width = 22
  123.     Height = 22
  124.     HelpContext = 103
  125.     Caption = '5'
  126.     Enabled = False
  127.     Font.Charset = SYMBOL_CHARSET
  128.     Font.Color = clWindowText
  129.     Font.Height = -12
  130.     Font.Name = 'Marlett'
  131.     Font.Style = [fsBold]
  132.     ParentFont = False
  133.     TabOrder = 2
  134.     TabStop = False
  135.     OnClick = btnUpClick
  136.     Layout = blGlyphRight
  137.   end
  138.   object btnDown: TBitBtn
  139.     Left = 462
  140.     Top = 165
  141.     Width = 22
  142.     Height = 22
  143.     HelpContext = 102
  144.     Caption = '6'
  145.     Enabled = False
  146.     Font.Charset = SYMBOL_CHARSET
  147.     Font.Color = clWindowText
  148.     Font.Height = -12
  149.     Font.Name = 'Marlett'
  150.     Font.Style = [fsBold]
  151.     ParentFont = False
  152.     TabOrder = 3
  153.     TabStop = False
  154.     OnClick = btnDownClick
  155.     Layout = blGlyphRight
  156.   end
  157.   object btnNext: TButton
  158.     Left = 325
  159.     Top = 214
  160.     Width = 75
  161.     Height = 25
  162.     HelpContext = 1062
  163.     Default = True
  164.     Enabled = False
  165.     ModalResult = 6
  166.     TabOrder = 6
  167.   end
  168.   object btnCancel: TButton
  169.     Left = 409
  170.     Top = 214
  171.     Width = 75
  172.     Height = 25
  173.     HelpContext = 44
  174.     Cancel = True
  175.     ModalResult = 2
  176.     TabOrder = 4
  177.   end
  178.   object btnPrev: TButton
  179.     Left = 250
  180.     Top = 214
  181.     Width = 75
  182.     Height = 25
  183.     HelpContext = 1061
  184.     ModalResult = 7
  185.     TabOrder = 5
  186.   end
  187. end
  188.